home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / rfa200.arc / SAMPLE.ARC / MACRO.RFA < prev    next >
Text File  |  1991-07-13  |  316b  |  21 lines

  1.  
  2. ;
  3. ; RFA Macro configuration file
  4. ;
  5. ; Ex:
  6.  
  7. ; Simply print the echo in the report msg:
  8.  PRINT   100 y   echo %1
  9.  
  10. ; A good example of copy:
  11.  COPY    250 y   copy %1! %2!
  12.  
  13. ; How use PKZIP (TM):
  14.  ZIP     150 y   pkzip %1! %2!
  15.  
  16. ; View the contents of a zip file:
  17.  ZVIEW   100 y   pkzip -v %1!
  18.  
  19. ; End
  20.  
  21.